home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / custdisp.ctl < prev    next >
Text File  |  2000-05-12  |  693b  |  28 lines

  1. -- RCSVER $Id: custdisp.ctl,v 1.1 2000-05-03 12:28:58-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        custdisp.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the custdisp table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE custdisp
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     is_bitmap,
  18.     content,
  19.     display_time,
  20.     intro_efx,
  21.     inplace_efx,
  22.     concl_efx,
  23.     config_num
  24. )
  25. begindata
  26. 1|A:\COIN.BMP|3|8|2|0|1|
  27. 1|A:\BILLS.BMP|3|6|2|9|1|
  28.